ftp Questions
9
I tried to install Elementor plugin for wordpress on Mac in localhost, but the installation has failed. These are the details:
Hostname: /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/...
4
Solved
I have an issue creating function that compare two zip files(if they are the same, not only by name). Here is example of my code:
def validate_zip_files(self):
host = '192.168.0.1'
port = 2323
...
6
Solved
I have connected to a server via SFTP using FileZilla and accepted adding the server's SSH key to the key cache in FileZilla.
How can I extract this cached key to a keyfile so that may use it thr...
6
Solved
I have this problem when I upload a file on the server using the extension liximomo/vscode-sftp for visual studio code.
[error] Error: No such file
at SFTPStream._transform
at SFTPStream.Transfor...
Headband asked 12/5, 2021 at 15:31
3
Solved
I've set up ftp-simple to connect to my remote server. Files show up fine, however directories appear with [DIR] next to them which, when clicked, disappear with a red line through it, as per image...
Falmouth asked 18/11, 2021 at 11:1
7
Solved
I have files (from 3rd parties) that are being FTP'd to a directory on our server. I download them and process them even 'x' minutes. Works great.
Now, some of the files are .zip files. Which mean...
3
I have a very large Moodle .mbz backup file of a single course - Slightly over 1GB. I need to upload this backup to the server, but of course the file manager Moodle provides won't allow me to do t...
8
Solved
I'm trying to get a list of all the files we have on a server ( specifically every pdf file we have there ). I've tried using total commander and search for the files. It worked to some extent, as ...
5
i want to make a server using xampp. i have already installed xampp and setting port 8080. php and mysql work fine but i can't access ftp from internet. Can you please suggest way how can I do this...
2
Solved
I'm trying to connect to an FTP but I am unable to run any commands.
ftp_server = ip
ftp_username = username
ftp_password = password
ftp = ftplib.FTP(ftp_server)
ftp.login(ftp_username, ftp_pass...
3
I've some existing scripts wherein am using ftp + .netrc.
I want to switch to sftp now but it seems it doesn't support macros / .netrc.
Is there any other alternative?
Please help.
5
Solved
Environment: I'm using Sun Java JDK 1.8.0_60 on 64-bit Windows 7, using Spring Integration 4.1.6 (which internally appears to use Apache Commons Net 3.3 for FTPS access).
I'm attempting to integra...
Backsight asked 4/9, 2015 at 13:1
7
What are the advantages (or limitations) of one over the other for transferring files over the Internet?
(I am aware of secure forms of both protocols. I'd like to hear comparisons through persona...
Valero asked 4/4, 2009 at 14:42
16
I have created a small windows forms application to upload the file to one of our client's ftp site. But the problem that I'm having is that when I run this application on my local machine it uploa...
Contrabass asked 4/7, 2013 at 13:37
4
Solved
I currently have batch scripts on different servers that transfer a csv file to an FTP server at a different location. My script looks similar to this:
echo user ftp_user> ftpcmd.dat
echo passw...
Blandish asked 22/4, 2013 at 14:53
2
Solved
I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option...
Softener asked 20/8, 2009 at 20:14
8
Solved
So lets say I'm using Python's ftplib to retrieve a list of log files from an FTP server. How would I parse that list of files to get just the file names (the last column) inside a list? See the li...
6
Solved
I run my own web server for development and, on it, I installed a WordPress instance. When I try to add plugins to this instance from the admin interface, WordPress asks for FTP access.
I don't u...
Explicative asked 16/8, 2010 at 11:44
11
Solved
I want to use PowerShell to transfer files with FTP to an anonymous FTP server. I would not use any extra packages. How?
Patsypatt asked 8/12, 2009 at 14:38
3
Solved
When I install a jenkins-plugin like the 'git-plugin', then jenkins redirects my requests to the mirror ftp.halifax.rwth-aachen.de. But I work behind a corporate proxy that forbid requests to URL c...
4
Solved
I am trying to stay away from another batch file, is possible. I have an SSIS package that pulls data from SQL, creates a text file and then sends those file(s) to an external ftp site. The package...
26
Solved
I'm running Filezilla Server 0.9.45 beta to manage my server remotely.
After setting it up, I tested connecting to it using the IP 127.0.0.1, and it worked successfully. However, to connect to the ...
10
I manually copy a file to a server, and the same one to an SFTP server.
The file is 140MB.
FTP: I have a rate arround 11MB/s
SFTP: I have a rate arround 4.5MB/s
I understand the file has to be e...
Thymol asked 13/1, 2012 at 10:41
18
Solved
I am trying to FTP to a new FTP site I setup with IIS 7.0 for the Windows Server Web (64-bit) edition. But I get the above error when I try to login to this site. But I can login to my other FTP si...
Herzen asked 28/7, 2010 at 17:54
10
I succesfully set up a VPS LEMP-stack with Wordpress. When I am trying to install plugins from the WP backend, I am prompted with the following message:
To perform the requested action, WordPress ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.