Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
ftp
- Page 1
FTP SERVER
Programming
Software Development
11 Years Ago
by sem.sabiduria
Ftp
Server Complete Source code
Re: ftp-> quit fails with Bad file number error for some servers
Programming
Software Development
15 Years Ago
by Comatose
FTP
uses two ports (typically 20 and 21). One of those … done sending the file (EOF). I've never used the
ftp
module, so I can't tell you where to fix… the file handle....you'll want to look at the
ftp
module's properties, or see if you can error trap…
Re: FTP in HTTP
Programming
Web Development
14 Years Ago
by ariez88
… the address bar of internet explorer we have written "
ftp
://localhost/san/" where san is the name of… some error stating "An error occured opening folder on
FTP
server.Make sure you have pernmission to access this folder…; in addition to it, we want to place data on
FTP
server being an administrator to use data for the entire…
Re: ftp file using wildcard with Java
Programming
Software Development
14 Years Ago
by ~s.o.s~
FTP
supports a mget command which can be used for retrieving multiple files based on the passed in file name/pattern. Look into your
FTP
client documentation for such support.
Ftp
Programming
Software Development
17 Years Ago
by freesoft_2000
… Currently i am trying to connect to a site using
ftp
using the below method to upload a file [code] …URL url = new URL("
ftp
://user01:pass1234@
ftp
.foo.com/README.txt;type=i"); URLConnection urlc…also a way i can just connect to a
ftp
site say
ftp
.foo.com without specifying the file name so …
ftp
Programming
Software Development
14 Years Ago
by morteza_ipo
… is my code: [CODE] from ftplib import
FTP
ftp
=
FTP
('
ftp
.domain.com','username','pass') a=
ftp
.dir('') [/CODE] after runnig : (Output) drwxrwxrwx 1 user…. I want to get files and folders with permissions from
ftp
and write these in file(a.txt)! please help me…
Ftp
Programming
Software Development
19 Years Ago
by freesoft_2000
HI everyone, Let's say when i connect to a
ftp
do i have to worry about something called type. I … say when connect to an
ftp
as such [code] URL url = new URL("
ftp
://user:pass@
ftp
.fileplanet.com/polo.zip"… type as such [code] URL url = new URL("
ftp
://user:pass@
ftp
.fileplanet.com/polo.zip;type=i"); [/code] Does…
Re: Ftp
Programming
Software Development
17 Years Ago
by jwenting
… provided for that protocol. So you'll have to write
FTP
commands to that connection, and read the answers. The RFC… a lot), or you can scour the internet for an
FTP
library (which I know exists, though I don't have…
Re: ftp
Programming
Software Development
14 Years Ago
by nezachem
There's an example at the top of paragraph 20.11 (ftplib) of python documentation. See how a callback is passed to retrbinary. You need a similar setup for your
ftp
.dir() - or better
ftp
.retrlines('LIST', callback).
Re: ftp
Programming
Software Development
14 Years Ago
by nezachem
This is a documented behaviour.
FTP
.dir() returns None. However, it calls a callback function for each line of the transfer. The default callback prints lines to stdout. You need to provide your own callback.
Re: Ftp
Programming
Software Development
19 Years Ago
by jwenting
… adding the 'i' flag may result in corruption as most
ftp
servers will transfer in text mode unless told otherwise.
Re: Ftp
Programming
Software Development
19 Years Ago
by freesoft_2000
Hi everyone, Sorry to ask this but what does a html file classify under the
ftp
protocol. image or ascii? Richard West
Re: Ftp
Programming
Software Development
19 Years Ago
by jwenting
… transfer to ensure no data is lost (this is transparent).
FTP
was originally created to transport only text data, and if…
Re: Ftp
Programming
Web Development
16 Years Ago
by petr.pavel
…URL that contains username and password looks like this: [icode]
ftp
://user:password@example.com/directory/file[/icode] [*] To assign …privileges to an
FTP
account (e.g. to have access to a single…to use your webhosting control panel. Or edit your
FTP
server's configuration, in case you're running your…
Re: FTP Help
Programming
Software Development
13 Years Ago
by Momerath
I don't have an
FTP
server to test with so I'm kinda flying blind …here, but you tried [I]WebRequestMethods.
Ftp
.ListDirectory[/I] and [I]WebRequestMethods.
Ftp
.ListDirectoryDetails[/I]? If you do, can you… are also plenty of projects on the net for an
FTP
client written in C# (they use Sockets instead of FtpWebRequest…
Ftp
Programming
Software Development
17 Years Ago
by vinutha1309
… file feature also without using Internet i am trying through
FTP
.In control Panel from adminstrative tools i opened IIS in… that default
FTP
->properties->security accounts there is a default password…
FTP Help
Programming
Software Development
13 Years Ago
by darkelflemurian
… following. I'm creating an specific program to upload to
FTP
on C#. That works perfectly. My problem is that i… some code on how to get specifically folders on the
FTP
and not any other file. I want to put that…
Re: FTP Help
Programming
Web Development
17 Years Ago
by stymiee
How about you use [url=http://us.php.net/
ftp
]PHP's
FTP
functions[/url] to write some code and if you have any problems post your code and ask specific questions? We're happy to help you but we're not here to do your work for you.
Ftp?
Programming
Software Development
20 Years Ago
by Nasimov
Hello, I need to make a
FTP
class to upload some info onto the net. I would appreciate any links to tutorials or examples. Thanks.
Re: Ftp?
Programming
Software Development
20 Years Ago
by infamous
i wrote an
ftp
library, found here: [url]www.1nfamus.netfirms.com[/url] look halfway down page or so, feel free to modify/use it as u plz.
Ftp
Programming
Software Development
19 Years Ago
by freesoft_2000
Hi everyone, I need to ask a very broad based question about the JAVA Authenticator class. Is this class only meant to be used for authentication for the Http internet protocols or it can also apply to
Ftp
internet protocols and Https internet protocols?? Any help is greatly appreciated Yours Sincerely Richard West
Ftp
Programming
Software Development
17 Years Ago
by michael.ngobeni
Hi guys, I have an
ftp
server that I need to copy files from. The files are big, so i need to compress them first before i can download them. How do I do this in VB.net I can see all the directories and files using asp.net and vb.net, but I just need to compress those files and download the to my local machine Thanks advance
FTP Help
Programming
Web Development
17 Years Ago
by Pro2000
Hello, Can you give me the code wich shows me the files and folders in the current folder by
FTP
? THanks.
Ftp
Programming
Web Development
16 Years Ago
by Cente
I need help I want to develop in php code to redirect the browser to one specific folder (
FTP
) using password upon login in that folder only that folder they can access.
Re: FTP SERVER
Programming
Software Development
11 Years Ago
by tinstaafl
…%3Aofficial&sclient=psy-ab&q=
ftp
+server+source+code+vb6&oq=
ftp
+server+source+code+vb6&gs_l=serp…
FTP Client / Server using RMI
Programming
Software Development
18 Years Ago
by lwinn213
…COLOR] System.out.println ([COLOR=red]"Attempt to create
FTP
object..."[/COLOR]); InetAddress addr = InetAddress.getLocalHost(); [COLOR=darkgreen… re) [COLOR=navy]{[/COLOR] System.out.println([COLOR=red]"
FTP
RemoteException Error: "[/COLOR] + re.getMessage()); [COLOR=navy]}[/COLOR…
Re: FTP Client / Server using RMI
Programming
Software Development
18 Years Ago
by lwinn213
… created..."); System.out.println("Registering
FTP
Server with RMI Naming service..."); String … RMI registry"); host = "Bindings Finished.
FTP
Server hostname is : " + hostName; System.… = SERVER_PORT;[/LEFT] [LEFT] port = "Waiting for
FTP
Client requests on port "+ portListen + " ..."…
Ftp error c++ (Using external .h file)
Programming
Software Development
10 Years Ago
by ashesh1708
…,remoteFilename); if (success != true) { printf("%s\n",
ftp
.lastErrorText()); return; }
ftp
.Disconnect(); printf("File Uploaded!\n"); } But when…
Re: FTP Client / Server using RMI
Programming
Software Development
18 Years Ago
by lwinn213
I know that RMI runs on port 1009, but I need to create an
FTP
Client Server solution so have decided to use Sockets running on port 21 and the File class, i've scrapped using
FTP
classes. I will just call the methods which simulate
FTP
commands using the File class via RMI. I will get a workaround solution done later.
Re: FTP Client / Server using RMI
Programming
Software Development
18 Years Ago
by lwinn213
… them. I just need to work out how to run
FTP
commands using the inetfactory.jar library, i just get connection… starting, i think it's something to do with the
FTP
not seeing the server running despite it being set up…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC