I am building an app which sends/recv large data to/from my remote FTP server. I want to implement FTP commands over SocketConnection. I have to first open the connection and then user and then passwo
I\'m trying to retrieve a list of files from an FTP server, but I\'m getting some weird non-ASCII responses.
Can someone tell me wh开发者_开发百科at is the difference between active and passive FTP? Which one is preferable?Active and passive are the two modes that FTP can run in.
Perhaps this question is more suited for serverfault, but I\'m going to try here first anyway... Is there was a way to detect when a user uploads a file to a server and automatically check that file
I\'m using a ftp library that causes an error sending the quit command. It seems that the character before QUIT is not recognized. I took a look at the code but didn\'t find anything.
i\'m working on a website wherein the users can upload images (uses php 4.3.11). the files are uploaded with no problem as i can see them in the upload directory and i don\'t get any error message, bu
I am trying to upload a file from my pc to mainframes. I am trying to upload it using Chilkat FTP2. Below is the code.
I have a web dev. client using a shared host that doesn\'t allow shell access, and thus no access to SVN, Git, etc. I\'ve tried to convince him to move to one of the many cheap options that allow it,
My server doesnt allow upload/download of big files. On the other hand, I built a bootstrapper that needs to upload/download big files.
Here is my prob in Brief. I know how to upload a file to server using FTP with programming language PHP.